home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
CDROM
/
Resources
/
Amiga_MO_FAQ
/
DOSDrivers-5¼
/
FFS
/
MO2.6
< prev
next >
Wrap
Text File
|
1999-06-21
|
857b
|
33 lines
/* $VER: MO2.6 40.1 (21.6.99)
*
* 2.6GB 5¼" MO file system entry
*
* This file enables FastFileSystem on a 2.6GB 5¼" MO disk cartridge.
*/
/* 2.6GB 5¼" MO disks have 1273011 1024-byte sectors on each side. 51×24961 = 1273011 */
FileSystem = L:FastFileSystem_43.20 /* At least FFS 40.1 required for 1K sector support */
Flags = 0
Surfaces = 1
BlocksPerTrack = 51
SectorsPerBlock = 1
SectorSize = 1024
Mask = 0x7FFFFFFE /* Change to suit your system and SCSI controller */
MaxTransfer = 0xFFFFFFFE /* Change to suit your system and SCSI controller */
Reserved = 2
Interleave = 0
LowCyl = 0
HighCyl = 24960
Buffers = 128 /* Number of 1024-byte filesystem buffers */
BufMemType = 1
StackSize = 600
Priority = 10
GlobVec = -1
/* The Device and Unit fields are controlled by tooltypes in the MO2.6 icon.
*
* Device = scsi.device
* Unit = 4
*/